home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / CWMmoria120.lha / CWMmoria / mon.doc < prev    next >
Text File  |  1994-08-15  |  740b  |  19 lines

  1. Usage: mon [flags]
  2.  
  3. possible flags are:
  4.   -len #    where # is maximum line length (40-255) [80]
  5.   -mchar C  where C is monster char. (e.g. m for molds)
  6.   -mlev #   where # is monster level (0-100)
  7.   -names    print only the names of monsters
  8.   -plev #   where # is player level (1-40)
  9.  
  10. examples:
  11. mon                   (prints all monsters)
  12. mon -mlev 0           (prints all monsters which dwell in the town)
  13. mon -mlev 40 -plev 37 (prints all monsters dwelling at 2000 feet, with
  14.                        experience point values for a 37th level character)
  15. mon -mchar p -plev 1  (prints all People ('p') with experience point values
  16.                        for a first level character)
  17. mon -mchar G -names   (prints the names of all Ghosts) 
  18.  
  19.